home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Macintosh Demo Applications CD
/
Apple-MacintoshDemoApplicationsCD-1.0-1992.iso
/
More Information
/
QuicKeys
/
For Programmers Only.sea
/
C Examples
/
SampleData.h
< prev
next >
Wrap
Text File
|
1991-06-22
|
1KB
|
36 lines
/*************************
$Workfile$
$Revision$
QuicKeys sample extension key definition
© 1990 CE Software, Inc. All rights reserved.
For QuicKeys 2 Extension Sample source code you have a royalty-free right
to include object code derived from this Sample source code in programs
that you develop. You also have the right to use, distribute, and license
such programs to third parties without payment of any further license fees
to CE Software, Inc., so long as a copyright notice sufficient to protect
your copyright for your software in the United States or any other country;
is included in the graphic display of your software and on the labels
affixed to the media on which your software is distributed.
WHEN WHO WHAT
•••••
9/5 mkg created file
•••••
*/
/*
* structure of our key's data.
*/
struct SampleData {
ExtensionDataHeader hdr;
long lWaitTime; /* how long to wait before beeping */
};
#ifndef __cplusplus
typedef struct SampleData SampleData;
#endif